home *** CD-ROM | disk | FTP | other *** search
- /* ==========================================================================
- **
- ** ListBrowserClass.h
- **
- ** A ListBrowser displays a list of strings, and allows the user to select
- ** one or more of them.
- **
- ** ©1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #ifndef LISTBROWSERCLASS_H
- #define LISTBROWSERCLASS_H
-
- #include "ListBrowser.h"
- #include "StringListerClass.h"
-
- struct StringListerClass *ListBrowserClass __PARMS(( void ));
-
- void ListBrowserClass_Init __PARMS(( struct StringListerClass *class ));
-
-
- #endif